home *** CD-ROM | disk | FTP | other *** search
/ PC World Komputer 2010 April / PCWorld0410.iso / pluginy Firefox / 53142 / 53142.xpi / install.rdf < prev   
Extensible Markup Language  |  2010-02-04  |  1KB  |  31 lines

  1. <?xml version="1.0"?>
  2.  
  3. <RDF xmlns="http://www.w3.org/1999/02/22-rdf-syntax-ns#"
  4.      xmlns:em="http://www.mozilla.org/2004/em-rdf#">
  5.  
  6.   <Description about="urn:mozilla:install-manifest">
  7.     <em:id>sorepdisplay@firefox.twistedlip.org</em:id>
  8.     <em:version>2.1.1</em:version>
  9.     <em:type>2</em:type>
  10.    
  11.     <em:targetApplication>
  12.       <Description>
  13.         <em:id>{ec8030f7-c20a-464f-9b0e-13a3a9e97384}</em:id>
  14.         <em:minVersion>2.0</em:minVersion>
  15.         <em:maxVersion>3.5.*</em:maxVersion>
  16.       </Description>
  17.     </em:targetApplication>
  18.    
  19.     <em:name>Stack Overflow reputation display</em:name>
  20.     <em:description>Displays Stack Overflow reputation in the status bar</em:description>
  21.     <em:creator>Tim Reid</em:creator>
  22.     <em:contributor>User acclivity at freesound.org</em:contributor>
  23.     <em:contributor>User jobro at freesound.org</em:contributor>
  24.     <em:homepageURL>http://www.twistedlip.org/extensions/sorepdisplay/</em:homepageURL>
  25.  
  26.     <em:optionsURL>chrome://sorepdisplay/content/options.xul</em:optionsURL>
  27.     <em:iconURL>chrome://sorepdisplay/skin/sorepdisplayicon.png</em:iconURL>
  28.     <!-- em:updateURL>http://www.twistedlip.org/extensions/update.rdf</em:updateURL -->
  29.   </Description>      
  30. </RDF>
  31.